Skip to the content.

//[](../../../../index.html)/[pro.streem.sdk](../../index.html)/[Streem](../index.html)/[LoginCompletionResult](index.html)

LoginCompletionResult

[androidJvm]
sealed class LoginCompletionResult

Types

Name Summary
Companion [androidJvm]
object Companion
Error [androidJvm]
sealed class Error : Streem.LoginCompletionResult
LoggedIn [androidJvm]
data class LoggedIn(val user: Streem.StreemIdentity) : Streem.LoginCompletionResult

Inheritors

Name
LoggedIn
Error